object ExportDialog: TExportDialog Left = 256 Top = 163 Width = 198 Height = 190 Caption = 'Export to' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -10 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Scaled = False PixelsPerInch = 96 TextHeight = 10 object RadioGroup1: TRadioGroup Left = 21 Top = 14 Width = 148 Height = 91 Caption = 'Format' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Items.Strings = ( 'VRML 1.0' 'VRML 2.0') ParentFont = False TabOrder = 0 end object OKBtn: TButton Left = 21 Top = 120 Width = 70 Height = 21 Caption = 'OK' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 99 Top = 120 Width = 70 Height = 21 Caption = 'Cancel' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 2 OnClick = CancelBtnClick end end